home *** CD-ROM | disk | FTP | other *** search
/ All About the French Know-How at E3 2000 (USA) / All About the French Know-How at E3 2000 (USA).bin / Data / 15008 / TheoBr01.cab / _2E4994BD000B11D48F08965B7DEAC134 < prev    next >
Text File  |  2000-03-16  |  13KB  |  477 lines

  1. <html>
  2.  
  3. <head>
  4.  
  5.  
  6. <title>En savoir plus</title>
  7. <link REL="stylesheet" TYPE="text/css" HREF="Style%20Sheet1.css">
  8. <script ID="clientEventHandlersJS" LANGUAGE="javascript">
  9. <!--
  10. var thistext ="";
  11. var thisinfo = "" ;
  12. function fermer_onclick() {
  13. var Obj;
  14. var strName ;
  15. var strCtl ;
  16. for( i = 0; i< document.all.length; i++)
  17. {
  18.     Obj = document.all(i) ;
  19.     strName = Obj.id ;
  20.     if( strName != "undefined" )
  21.     strCtl = strName.substr(0,4) ;
  22.     if( strCtl == "info" || strCtl == "cont" )
  23.     {
  24.         Obj.style.display = "none" ;
  25.     }
  26. }
  27. }
  28.  
  29. function aggrandir_onclick() {
  30. var Obj;
  31. var strName ;
  32. var strCtl ;
  33. for( i = 0; i< document.all.length; i++)
  34. {
  35.     Obj = document.all(i) ;
  36.     strName = Obj.id ;
  37.     if( strName != "undefined" )
  38.     strCtl = strName.substr(0,4) ;
  39.     if( strCtl == "info")
  40.     {    
  41.         if( Obj.style.display == "block" )
  42.         {    
  43.             thisinfo = strName ;
  44.             Obj.style.display = "none" ;
  45.             Obj.className = "grosseinfo" ;
  46.             
  47.         }
  48.         Obj.style.display = "none" ;
  49.     }
  50.     if( strCtl == "cont")
  51.         Obj.style.display = "none" ;
  52.     if( strCtl == "text")
  53.     {
  54.         
  55.             thistext = strName ;
  56.             Obj.style.display = "none" ;
  57.         
  58.         
  59.     }
  60.                     
  61. }
  62. document.all.item(thisinfo).style.display = "block" ;
  63. controleg.style.display = "block" ;
  64. }
  65.  
  66. function rapetisser_onclick() {
  67. var Obj;
  68. var strName ;
  69. var strCtl ;
  70. for( i = 0; i< document.all.length; i++)
  71. {
  72.     Obj = document.all(i) ;
  73.     strName = Obj.id ;
  74.     if( strName != "undefined" )
  75.     strCtl = strName.substr(0,4) ;
  76.     if( strCtl == "info")
  77.     {    
  78.         if( Obj.style.display == "block" )
  79.         {    
  80.             thisinfo = strName ;
  81.             Obj.style.display = "none" ;
  82.             Obj.className = "infotext" ;
  83.             
  84.         }
  85.         Obj.style.display = "none" ;
  86.     }
  87.     if( strCtl == "cont")
  88.         Obj.style.display = "none" ;
  89.     
  90.                     
  91. }
  92. document.all.item(thisinfo).style.display = "block" ;
  93. document.all.item(thistext).style.display = "block" ;
  94. controle.style.display = "block" ;
  95.  
  96. }
  97.  
  98. function fermerg_onclick() {
  99. var Obj;
  100. var strName ;
  101. var strCtl ;
  102. for( i = 0; i< document.all.length; i++)
  103. {
  104.     Obj = document.all(i) ;
  105.     strName = Obj.id ;
  106.     if( strName != "undefined" )
  107.     strCtl = strName.substr(0,4) ;
  108.     if( strCtl == "info"  )
  109.     {
  110.         Obj.className = "infotext" ;
  111.         Obj.style.display = "none" ;
  112.     }
  113.     if( strCtl == "cont"  )
  114.     {
  115.         Obj.style.display = "none" ;
  116.     }
  117. }
  118. document.all.item(thistext).style.display = "block" ;
  119. }
  120.  
  121. function ASRRec1_SpeechRecognized(phrase,score,action) {
  122.  
  123. if( score < 50)
  124.     return;
  125. switch(action)
  126. {
  127.  
  128. case 1:
  129.     document.location.href = "pageprinGB.htm";break;
  130. case 2:
  131.     document.location.href = "pourfairequoiGB.htm";
  132.     break;
  133. case 3 :
  134.     document.location.href = "quiGB.htm" ;break;
  135. case 4 :
  136.     document.location.href = "contacteGB.htm";break;
  137. case 5:
  138.     document.location.href = "aideGB.htm";break;
  139. case 6:
  140.     document.location.href = "nosGB.htm";break;
  141. case 7:
  142.     document.location.href = "agendaGB.htm";break;
  143. case 8:
  144.     document.location.href = "revuesGB.htm";break;
  145.  
  146.  
  147. case 14:
  148.     window.print();break;
  149.  
  150. case 29 :
  151.     document.location.href= "fabricantsGB.htm";break;
  152.     
  153. case 100:
  154.     document.location.href = "defaultGB.htm";break;
  155. case 101:
  156.     window.history.back(1);break;
  157. case 102:
  158.     window.history.forward(1);break;
  159.     
  160. case 103 :
  161.     CommandesP.click() ;break;
  162. case 104 :
  163.     {
  164.     
  165.      document.location.href="default1.htm" ; 
  166.      break ;
  167.     }
  168. case 105:
  169.     text1.doScroll("up");
  170.     break ;
  171. case 106:
  172.     text1.doScroll("down");
  173.     break;
  174. case 1000:
  175.     window.close();break;
  176.  
  177. }
  178. }
  179.  
  180.  
  181.  
  182.  
  183.  
  184. //-->
  185. </script>
  186. <script LANGUAGE="javascript" FOR="ASRRec1" EVENT="SpeechRecognized(phrase, score, action)">
  187. <!--
  188.  
  189.  ASRRec1_SpeechRecognized(phrase,score,action)
  190. //-->
  191. </script>
  192. </head>
  193.  
  194. <body background="images/recvocgb.gif"
  195.  style="BACKGROUND-REPEAT: no-repeat" 
  196.  LANGUAGE="javascript">
  197.  
  198. <img 
  199.      src="images/dummylogo.gif" WIDTH="139" HEIGHT="85" 
  200.       onclick="location.href='defaultGB.htm'"
  201.       style="CURSOR: hand ; POSITION: absolute; LEFT : 620px; TOP : 490px"> 
  202.       
  203.       
  204.       
  205. <OBJECT classid="clsid:80B9E3EF-AD88-11D3-9FEB-D74ABDA2E736" id=ASRRec1 style="BACKGROUND-COLOR: #285098; LEFT: 13px; POSITION: absolute; TOP: 0px; POSITION: ABSOLUTE;" VIEWASTEXT>
  206.     <PARAM NAME="_cx" VALUE="6244">
  207.     <PARAM NAME="_cy" VALUE="2064">
  208.     <PARAM NAME="DatbaseName" VALUE="MyDb">
  209.     <PARAM NAME="ContextName" VALUE="sitegb">
  210.     <PARAM NAME="UserName" VALUE="generic user">
  211.     <PARAM NAME="EnvName" VALUE="Win32"></OBJECT>
  212.  
  213.     <table ALIGN="left" class="tab1" LANGUAGE="javascript" id="table1">
  214.   <tr>
  215.     <td>
  216.         <img src="images/boutonrecvoc1selgb.gif" border="0" id="IMG1" WIDTH="130" HEIGHT="64"> 
  217.         
  218.     </td>
  219.   </tr>
  220.   <tr>
  221.     <td BACKGROUND="images/boutonfq1rogb.gif" onclick="location.href='pourfairequoiGB.htm'" style="BACKGROUND-REPEAT:  no-repeat; 
  222.      CURSOR: hand" onmouseover="IMG2.style.visibility = 'hidden'" onmouseout="IMG2.style.visibility='visible'">
  223.         <a style="TEXTDECORATION: none" href="pourfairequoiGB.htm">
  224.         <img src="images/boutonfq1gb.gif" border="0" id="IMG2" WIDTH="130" HEIGHT="56"></a>
  225.     </td>
  226.   </tr>
  227.   <tr>
  228.     <td BACKGROUND="images/boutonqui1rogb.gif" onclick="location.href='quiGB.htm'" style="BACKGROUND-REPEAT:  no-repeat; CURSOR: 
  229.     hand" onmouseover="IMG3.style.visibility = 'hidden'" onmouseout="IMG3.style.visibility='visible'">
  230.     <a style="TEXTDECORATION: none" href="quiGB.htm">
  231.         <img src="images/boutonqui1gb.gif" border="0" id="IMG3" WIDTH="130" HEIGHT="55"></a>    
  232.     </td>
  233.   </tr>
  234.   <tr>
  235.     <td BACKGROUND="images/boutoncontact1rogb.gif" onclick="location.href='contacteGB.htm'" style="BACKGROUND-REPEAT: no-repeat; CURSOR: 
  236.     hand" onmouseover="IMG4.style.visibility = 'hidden'" onmouseout="IMG4.style.visibility='visible'">
  237.     <a style="TEXTDECORATION: none" href="contacteGB.htm">
  238.         <img src="images/boutoncontact1gb.gif" border="0" id="IMG4" WIDTH="130" HEIGHT="54"></a>    
  239.     </td>
  240.   </tr>
  241.   <tr>
  242.     <td BACKGROUND="images/boutonaide1rogb.gif" onclick="location.href='aideGB.htm'" style="BACKGROUND-REPEAT:  no-repeat; CURSOR: 
  243.     hand" onmouseover="IMG5.style.visibility = 'hidden'" onmouseout="IMG5.style.visibility='visible'">
  244.     <a style="TEXTDECORATION: none" href="aideGB.htm">
  245.         <img src="images/boutonaide1gb.gif" border="0" id="IMG5" WIDTH="130" HEIGHT="56"></a>    
  246.     </td>
  247.   </tr>
  248. </table> <div ID="table2" class="tab2" LANGUAGE="javascript">
  249.  
  250. <table WIDTH="100" ALIGN="left" BORDER="0" cellspacing="10" CELLPADDING="1">
  251.   <tr>
  252.     <td language="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='pageprinGB.htm'" style="CURSOR: hand">
  253.     What is it?
  254.     </td>
  255.   </tr>
  256.   <tr>
  257.     <td language="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='nosGB.htm'" style="CURSOR: hand">
  258.      Our partners
  259.       </td>
  260.   </tr>
  261.   <tr>
  262.     <td language="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='fabricantsGB.htm'" style="CURSOR: hand">
  263.     The manufacturers
  264.     </td>
  265.   </tr>
  266.   <tr>
  267.     <td language="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='agendaGB.htm'" style="CURSOR: hand">
  268.    Diary 
  269.     </td>
  270.   </tr>
  271.   
  272.   <tr>
  273.     <td class="nav1" style="COLOR: orange" bgcolor="blue">To find out more</td>
  274.   </tr>
  275. </table> 
  276. </div> 
  277.  
  278. <img id="aide1" class="aidepic" src="images/aidepicgb.gif" WIDTH="271" HEIGHT="207"> 
  279. <div id="controle" class="infocontrole" style="DISPLAY: none">
  280.     <table>
  281.     
  282.     <tr>
  283.         <td id="aggrandir" LANGUAGE="javascript" onclick="return aggrandir_onclick()">
  284.             <img src="images/aggrandir.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  285.         </td>
  286.         <td id="fermer" LANGUAGE="javascript" onclick="return fermer_onclick()">
  287.             <img src="images/fermer.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  288.         </td></tr>
  289.     </table>
  290. </div>
  291.  
  292. <div id="controleg" class="infocontroleg" style="DISPLAY: none">
  293.     <table>
  294.     
  295.     <tr>
  296.         <td id="rapetisser" LANGUAGE="javascript" onclick="return rapetisser_onclick()">
  297.             <img src="images/rapetisser.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  298.         </td>
  299.         <td id="fermerg" LANGUAGE="javascript" onclick="return fermerg_onclick()">
  300.             <img src="images/fermer.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  301.         </td></tr>
  302.     </table>
  303. </div><!*****************************************************************************************
  304. ********************************************************************************************
  305.                                         TEXTE
  306. ********************************************************************************************
  307. *******************************************************************************************->
  308. <div id="text1" class="defaulttext">
  309.  
  310.  
  311. <h3>Speech recogniton</h3>
  312. <p></p>
  313. <dir>
  314. <li>21<sup>st</sup> century eloquence :
  315. <p></p>
  316. <a HREF="http://www.voicerecognition.com">www.voicerecognition.com</a>
  317. <p></p>
  318. </li>
  319. <li>Clips(Research center at Grenoble):
  320. <p></p>
  321. <a HREF="http://www.imag.fr">www.imag.fr</a><br>
  322. <a HREF="http://www.multicom.imag.fr">www.multicom.imag.fr</a>
  323. <p></p>
  324. </li>
  325. <li>Polytechnique de Mons, Belgium bilingual site in English and French  :
  326. <p></p>
  327. <a HREF="http://tcts.fpms.ac.be">tcts.fpms.ac.be</a>
  328. <p></p>
  329. </li>
  330. <li>French Research Center: </p>
  331. <p></p>
  332. <a HREF="http://www.limsi.fr">www.limsi.fr</a>
  333. <p></p>
  334. <li> The Belgium specialised enterprises :
  335. </li>
  336. <p></p>
  337. <a HREF="http://www.flv.be">www.flv.be</a> 
  338. <p></p>
  339. <li>the site of our American colleagues:</li>
  340. <p></p>
  341.  <a HREF="http://www.chant.ne">www.chant.ne</a>
  342.  <p></p>
  343. <li> American press revue about speech recognition:</li>
  344. <p></p>
  345.  <a HREF="http://www.anchordesk.com/a/adt0401ba/3247">www.anchordesk.com/a/adt0401ba/3247</a>
  346. <p></p>
  347. <li>MIT and Harvard, 
  348. Boston :</li>
  349. <p></p>
  350.  <a HREF="http://www.web/mit.edu/speech/www/">www.web/mit.edu/speech/www/</a><br> <a HREF="http://www.web7.mit.edu/HSTSH/www">www.web7.mit.edu/HSTSH/www</a>
  351. <p></p>
  352. <li>Center for studies in language and information, Stanford UniversitΘ, San JosΘ 
  353. :</li>
  354. <p></p>
  355.  <a HREF="http://www.csl.stanford.edu/csli/index.shtml">www.csl.stanford.edu/csli/index.shtml </a>
  356. </dir>
  357. <p></p>
  358. <h3>Language learning centers or publishers in France</h3>
  359. <p></p>
  360. <dir>
  361.     <li>
  362.     RIOFIL(RΘseau International des Observations Francophones de l'Inforoute
  363.     et du traitement informatique des Langues) :
  364.     <p></p>
  365.     <a HREF="http://www.riofil.org">www.riofil.org </a>
  366.     <p></p>
  367.     </li>
  368.     <li>
  369.     Auralog :
  370.     <p></p>
  371.     <a HREF="http://www.auralog.com">www.auralog.com </a>
  372.     <p></p>
  373.     </li>
  374.     <li>
  375.     JΘriko :
  376.     <p></p>
  377.     <a HREF="http://www.jeriko.com">www.jeriko.com </a>
  378.     <p></p>
  379.     </li>
  380.     <li>
  381.     Commest :
  382.     <p></p>
  383.     <a HREF="http://www.commest.com">www.commest.com </a>
  384.     <p></p>
  385.     </li>
  386.     
  387.     <li>
  388.     EMME :
  389.     <p></p>
  390.     <a HREF="http://www.emme.fr">www.emme.fr </a>
  391.     <p></p>
  392.     </li>
  393.     
  394.     <li>
  395.     Nomad/Edulang :
  396.     <p></p>
  397.     <a HREF="http://www.edulang.com">www.edulang.com </a>
  398.     <p></p>
  399.     </li>
  400. </dir>
  401.  
  402. <h3>Speech Synthesis </h3>
  403. <dir>
  404.     <li>Elan informatique (Toulouse) :
  405.     <p></p>
  406.     <a HREF="http://www.elantts.com">www.elantts.com</a>
  407.     <p></p>
  408.     </li>
  409. </dir>
  410.  
  411. <h3>Telephone applications </h3>
  412. <p></p>
  413. <dir>
  414.     <li>@motion(Phone.com) :
  415.     <p></p>
  416.     <a HREF="http://www.01-informatique.com/actus/1/6619.html?Indice=1&Themes=00000000000">
  417.     @motion</a>
  418.     <p></p>
  419.     </li>
  420.     
  421.     <li>Nuance communications :
  422.     <p></p>
  423.     <a HREF="http://www.nuance.com">www.nuance.com</a><br>
  424.     <a HREF="http://www.speechcentral.com">www.speechcentral.com</a><br>
  425.     <p></p>
  426.     </li>
  427. </dir>
  428.  
  429. <h3> Biometrics </h3>
  430. <dir>
  431.     <li>Biometrie on line :
  432.     <p></p> 
  433.     <a HREF="http://biomΦtrie.online.fr">biomΦtrie.online.fr</a>
  434.     <p></p>
  435.     </li>
  436. </dir>
  437.  
  438. <h3>Embedded applications</h3>
  439. <p></p>
  440. <dir>
  441.     <li>The smart car 
  442.     </li>
  443. </dir>
  444.     
  445. </div> 
  446.  
  447.  
  448. <span id="CommandesP" language="javascript" class="liencom" onclick="info1.style.display='block';
  449.         " ondblclick="fermer_onclick()">
  450.  
  451. </span>
  452.  
  453. <div id="info1" class="infotext" style="DISPLAY: none;FONT-SIZE: 9pt" ondblclick="fermer_onclick()">
  454. recognition <br>
  455. speech recognition <br>
  456. what's it for? 
  457. who are we? <br>
  458. contact <br>
  459. contact us <br>
  460. help <br>
  461. home<br>
  462. last <br>
  463. last screen<br> 
  464. next <br>
  465. next screen<br>
  466. partners <br>
  467. our partners <br>
  468. diary <br>
  469. revues <br>
  470. what can i say? <br>
  471. quit <br>
  472. close <br>
  473. french<br>
  474. </div>
  475. </body>
  476. </html>
  477.